home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 June (IDG) / Macworld_June_2000.iso / Shareware World / Utilities / Printing / MacGhostView / lib / ps2pdf12 < prev    next >
Encoding:
Text File  |  2000-03-26  |  173 b   |  6 lines  |  [TEXT/R*ch]

  1. #!/bin/sh
  2. # $Id: ps2pdf12,v 1.1 2000/03/09 08:40:40 lpd Exp $
  3. # Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
  4.  
  5. exec ps2pdfwr -dCompatibilityLevel=1.2 "$@"
  6.